home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / science / vpcalc23.zip / LN10.VPC < prev    next >
Text File  |  1991-09-08  |  859b  |  23 lines

  1. Rem Start of Ln10.VPC
  2.  
  3. VPLOut("Ln10.VPL") @ H "Start of Ln10.VPL log file
  4.  
  5. x This VPCalc code file computes Ln(10) to over 10000 decimal digits
  6. x To run, start VPCalc.Exe.  At Command: prompt, enter:
  7. x     ----->>>>>  SetMax(11111) Run("Ln10  <<<<<-----;
  8. x The file Ln10New.VPN will be written to the default drive
  9. x "Inspect file Ln10New.VPN and rename as desired.  Harry Smith, 90/01/06.
  10.  
  11. AutoDisplay(0)     "Turn off Auto display
  12. 10052  M           "Set for 6 extra Super digits
  13. Diag(1)            "Turn on Diags
  14. Ln10 = -Ln(0.1)    "Prevent Ln10 from being needed by Ln function
  15. Diag(0)            "Turn off Diags
  16. X = 10010  M       "Remove the extra digits
  17. Ln10=              "Point to Ln10
  18. "Ln10New.VPN"
  19. VPNOut             "Establish file name
  20. W                  "Write Ln10 to disk file
  21.  
  22. "End of Ln10.VPC" H "Turning off Log file
  23.